home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00092_Credits.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  252 b   |  17 lines

  1. on mouseDown
  2.   buttonClick3()
  3. end
  4.  
  5. on mouseUp
  6.   if the optionDown = 1 then
  7.     ShowNum()
  8.   else
  9.     go("Credits")
  10.   end if
  11. end
  12.  
  13. on ShowNum
  14.   set Num to the text of member "PrefData"
  15.   alert("The serial number for this copy of Al Morale is" && Num)
  16. end
  17.